home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / disring7.zip / DISRNG74.DOC next >
Text File  |  1992-07-01  |  6KB  |  111 lines

  1.                             PERSONALIZED RING MERGE
  2.                                    FOR RBBS
  3.                             -----------------------
  4.  
  5.             In many locations, the phone companies offer a service
  6.          that is known as 'Personalized Ringing', Distinctive
  7.          Ringing', and other various names.  This service allows one
  8.          phone line to have 2 or 3 phone numbers associated with the
  9.          one line. Depending upon which number is called, a different
  10.          ringing pattern will be heard on a phone connected to this
  11.          line.  For example, one line may be assigned 111-1111 and
  12.          111-2222.  When the first number is dialed by someone, the
  13.          ring heard on this line will be a regular sounding ring.  But
  14.          when the second number, 111-2222, is dialed by someone, the
  15.          ring heard consists of 2 short rings in the amount of time
  16.          that 1 regular ring normally occurs.  Imagine that the dashes
  17.          in the following diagram represent ringing on this line and
  18.          you will be able to see the difference:
  19.  
  20.              NORMAL RING -
  21.  
  22.            ------------------------- PAUSE -------------------------
  23.  
  24.              SHORT PERSONALIZED RING -
  25.  
  26.            ------ SHORT PAUSE ------ PAUSE ------ SHORT PAUSE ------
  27.  
  28.             This service allows a person to have 2 different phone
  29.          numbers but only have 1 phone line!  What's really great is
  30.          that this service is usually VERY inexpensive (somewhere
  31.          around $5 to $8 installation and $2 per month for each
  32.          additional number past the first (up to 3 numbers total on a
  33.          line).  (This service may not be available on what the phone
  34.          company calls 'hunting lines'.  A hunting line is a line on
  35.          which a call can 'roll over' to or from another line.  This
  36.          is the type of line that most businesses have when they have
  37.          more than 1 line.  Personal Ring service is usually ONLY
  38.          available on single, dedicated lines, however, check with
  39.          your phone company, as this may vary from phone company to
  40.          phone company).
  41.  
  42.             This is ideal for someone who wants to share 1 line with 2
  43.          or 3 different devices.  For example, 1 line can be shared
  44.          with a FAX machine and with a BBS!  The disadvantage to this
  45.          arrangement is that most BBS's do not have the capability of
  46.          detecting the different ring patterns, thus an additional
  47.          piece of equipment is needed to decode these different rings.
  48.          This is still better than paying monthly for 2 or 3 lines,
  49.          but it would be great if a BBS could detect these differences
  50.          without any additional hardware.
  51.  
  52.             This is where this merge for RBBS comes into play!  It
  53.          allows this very thing.  At the present time, it will allow
  54.          RBBS to answer the phone on either the regular ring or on a
  55.          2-short ring pattern as shown above.  This works quite well
  56.          if RBBS is set up to answer the line that rings with a normal
  57.          ring pattern and the other device (FAX or answering machine)
  58.          is set to answer on 4 or more rings.  In this case, RBBS will
  59.          answer after the second normal ring (just in case the first
  60.          ring is abnormally short), but if the incoming ring is the
  61.          2-short pattern, RBBS will ignore it and the FAX or answering
  62.          machine can then answer on the 4th (or more) ring.
  63.  
  64.                                MAKING THE MERGE
  65.  
  66.             The utility BLED is required to make this merge with
  67.          RBBS.  (NOTE THAT THIS MERGE IS FOR RBBS VERSION 17.4.
  68.          ANOTHER VERSION IS AVAILABLE FOR RBBS VERSION 17.3c.  PLEASE
  69.          CONTACT US AT THE ADDRESS BELOW IF THE OTHER VERSION IS
  70.          NEEDED).  It's very easy to do.  Simply merge the file
  71.          DISRNG74.MRG with the file RBBSSUB2.BAS, calling the new file
  72.          RBBS1742.BAS. Be sure to use the LINE NUMBER MERGE with BLED.
  73.          Then recompile RBBS.  Remember that you'll want to use the
  74.          NEW file, RBBS1742.BAS, in place of the OLD file,
  75.          RBBSSUB2.BAS.
  76.  
  77.                         USING THE PERSONAL RING FEATURE
  78.  
  79.             Using the Personal Ring feature is also very easy.  To
  80.          tell RBBS which ring to answer on, select parameter 225 in
  81.          the RBBS CONFIG program.  Then, include in item 2 (INITIALIZE
  82.          THE MODEM) S0 = 252 to tell RBBS to answer on the 2-short
  83.          ring pattern or include S0=253 to tell RBBS to answer on the
  84.          regular ring pattern.  When RBBS is running, it will decipher
  85.          this MODEM INTIALIZATION STRING and determine which number S0
  86.          is set equal to.
  87.  
  88.             This merge was developed for our own use, in order to
  89.          provide a customer support BBS sharing the same line with our
  90.          FAX, but using different phone numbers.  This works MUCH
  91.          better than ANY of the typical FAX SWITCHES that are
  92.          available.
  93.  
  94.             The copyright to this source code is held by it's author.
  95.          It can be freely distributed by non-profit organizations and
  96.          on non-profit bulletin boards.  No one may distribute this
  97.          source code for a profit, nor can it be included with any
  98.          commercial product without our consent. Individuals may
  99.          freely pass copies of this code to other individuals.  Any
  100.          copies that are distributed MUST include this documentation
  101.          file (DISRNG74.DOC).  We hope that others can benefit from
  102.          this modification to RBBS.
  103.  
  104.                          John Rayfield, Jr.
  105.                          RAYFIELD COMMUNICATIONS, INC.
  106.                          2201 W. Battlefield Rd. #2
  107.                          Springfield, MO  65807
  108.                          417/887-4663
  109.                          417/887-1434 (FAX)
  110.  
  111.